home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / snmamode.fpl.readme < prev    next >
Text File  |  1995-08-01  |  2KB  |  48 lines

  1. #############################################################################
  2. File:        SNMAMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Interface to the SNMA assembler.
  6. Version:    1.0
  7. Date:        15.06.95
  8. Local settings:
  9. Global settings:yes
  10. Keysequence:    C-c C-c (compile), C-c C-e/E (load errors/warnings)
  11. Type:        Major mode
  12. Prereq:        A few ARexx files and the SNMA assembler.
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   With this major mode you have an interface to the SNMA assembler. This mode
  18.   is not even close to being finished and serves (at this time) primarily an
  19.   example purpose for mode programmers. If you have some guts and like to try
  20.   it out there should not be too many problems though!
  21.  
  22.   You may need to fiddle the FPL code and ARexx scripts a bit since some of
  23.   the files and paths are hardcoded to fit my system.
  24.  
  25.   If you need a assembler interface you may also want to check out
  26.   Assembler.FPL/readme!
  27.  
  28.  
  29. HISTORY (REV)
  30.   15.06.95 (0)    I have used it for a short period of time myself, but after a
  31.         discussion with Samu (the programmer of SNMA) I'll pause the
  32.         development a bit as the ARexx interface of SNMA is more
  33.         targeted at pure ARexx scripts, thus making it quite a pain
  34.         to work with from FrexxEd. Samu has put my comments and ideas
  35.         on his todo-list so with a bit of luck I'll be able to make
  36.         something out of this in a not too far future!
  37.  
  38. BUGS
  39.   Probably!
  40.  
  41. TODO
  42.   Lots. Primarily wait for Samu :)
  43.  
  44. SEE ALSO
  45.   The SNMA assembler docs. You'll find the SNMA archive on AmiNet (it's
  46.   freeware).
  47.   Assembler.FPL.readme
  48.